var encoding/binary.errBufferTooSmall

5 uses

	encoding/binary (current package)
		binary.go#L33: var errBufferTooSmall = errors.New("buffer too small")
		binary.go#L300: 			return 0, errBufferTooSmall
		binary.go#L323: 		return 0, errBufferTooSmall
		binary.go#L444: 			return 0, errBufferTooSmall
		binary.go#L459: 		return 0, errBufferTooSmall